 |
API Documentation
|
|
|
13 class DLL_GRAPHICS_EXPORT
RenderQueueManager final :
public nkCommon::SingletonClass<RenderQueueManager>
void rename(const nkMemory::StringView &oldName, const nkMemory::StringView &newName)
RenderQueue * get(unsigned int index) const
RenderQueue * getComputedRenderingQueue() const
RenderQueue * getByIndex(unsigned int indexGlobal) const
A render queue, where all items that have to be rendered are queued.
Definition: RenderQueue.h:15
RenderQueue * get(const nkMemory::StringView &name) const
Manages the render queues available in the component.
Definition: RenderQueueManager.h:14
void updateRenderingQueue(const nkMemory::StringView &name)
RenderQueue * createOrRetrieve(int index=-1)
RenderQueue * createOrRetrieve(const nkMemory::StringView &name)
void erase(const nkMemory::StringView &name)
Class holding information about a string, with no ownership over the data.
Definition: StringView.h:22
void updateRenderingQueue(RenderQueue *fromThisOne)
void updateRenderingQueue(int minRQ, int maxRQ)
RenderQueue * getNamedByIndex(unsigned int indexGlobal) const
Encompasses all API of component NilkinsGraphics.
Definition: BoundingBox.h:7